home *** CD-ROM | disk | FTP | other *** search
- Path: maui.cc.odu.edu!news
- From: "CLEVELAND O. BURNETT" <cob@cs.odu.edu>
- Newsgroups: comp.lang.c++
- Subject: THE STRUCT of C++
- Date: Wed, 10 Apr 1996 21:56:42 -0400 (EDT)
- Organization: Old Dominion University
- Message-ID: <Pine.SUN.3.90.960410214925.10294B-100000@rose.cs.odu.edu>
- NNTP-Posting-Host: rose.cs.odu.edu
- Mime-Version: 1.0
- Content-Type: TEXT/PLAIN; charset=US-ASCII
-
-
-
- To all who may read this?
-
-
-
- I have a textfile that I am trying to read as a C++ struct!!!!!
-
- How can I do this?
-
-
- The STRUCT of C++
-
-
-
- struct students {
- char firstname[20];
- char middle_initial;
- char lastname[20];
- char address1[40];
- char address2[30];
- char phone_number[7];
- char email[50];};
-
-
- PLEASE HELP ME!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
-
-
- Cleveland.................
-